home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-08-27 | 488 b | 18 lines | [TEXT/KAHL] |
- //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- //| This file contains the interface to the CAboutDialog class. The
- //| CAboutDialog class implements the "About HyperCuber..." dialog.
- //|________________________________________________________________________________
-
-
- #include <CDialog.h>
-
- class CAboutDialog : public CDialog
- {
-
- public:
-
- void IAboutDialog(short WindowID, CDesktop *enclosure, CDirector *supervisor,
- short pict_id);
-
- };
-